home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / pctim12.zip / TCINT8.H < prev    next >
Text File  |  1995-01-17  |  316b  |  10 lines

  1. char           *get_cmostime(void);
  2. void interrupt  new8h(void);
  3. void            init8h(unsigned int);
  4. void            quit8h(void);
  5. unsigned long   time8h(unsigned long, unsigned long);
  6. void            delay8h(unsigned int);
  7. void            sound8h(int, int);
  8.  
  9. extern volatile unsigned long int ticks_8h;
  10.